home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / +ORC / Orc pac 5 / FILEZ.ZIP / SKY.ZIP / REACH.ZIP / TIDY_UPH.BAT < prev    next >
DOS Batch File  |  1992-09-25  |  414b  |  12 lines

  1. ECHO REMOVING REACH for the SKIES PLAYER RECORD AND HISCORE FILES
  2. ECHO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. IF NOT EXIST *.ply echo NO FILES TO DELETE
  4. IF NOT EXIST *.ply goto STOPNOW
  5. dir *.ply /w
  6. ECHO These are the files which are about to be deleted.
  7. ECHO If you are not willing to continue then press control and C together.
  8. PAUSE
  9. del *.ply
  10. ECHO Operation complete...
  11. :stopnow
  12.